home *** CD-ROM | disk | FTP | other *** search
/ Linux 68k 2000 / Linux 68k 2000.iso / dokus / Chinese-HOWTO < prev    next >
Encoding:
Text File  |  1997-04-16  |  51.9 KB  |  1,375 lines

  1.   The Chinese HOWTO
  2.   Hong Zhang, hongz@seas.ucla.edu
  3.   v0.1, 2 April 1997
  4.  
  5.   This is the HOWTO document for using Chinese in Linux environment. It
  6.   describes how to obtain, install, and configure various Chinese soft¡
  7.   ware.  The most up-to-date version of this Chinese HOWTO may be found
  8.   at turb10.seas.ucla.edu:/pub/
  9.  
  10.   1.  Introduction
  11.  
  12.   This is an overdue document for using Chinese in Linux. I have been
  13.   expecting this HOWTO for a long time. Obviously there is no such HOWTO
  14.   available on Internet, I decided to write one by myself.  It is
  15.   nothing else but an attempt to make life a little bit easer.  Please
  16.   send your comments and suggestions to hongz@seas.ucla.edu.  There is
  17.   no copyright issue associated with this document. You may do whatever
  18.   you want with this HOWTO except for suing me for the damage caused by
  19.   this document or bringing me into a lawsuit.
  20.  
  21.   You can get most of the Chinese Software at:
  22.  
  23.        <http://cnapps.ifcss.org> and
  24.        <ftp://linux.csie.nctu.edu.tw:/pub/linux>
  25.  
  26.   2.  The Chinese X Windows
  27.  
  28.   The X Window system is a large and powerful graphics environment for
  29.   UNIX. XFree86 is a free port of the MIT X Window System (X11R6). The
  30.   Chinese X Windows is a patch to the XFree86 for displaying chinese
  31.   charactors in X Window environment. The author is Shin-Ray Lee
  32.   (srlee@csie.nctu.edu.tw). Current version of CXwin only supports BIG5
  33.   coding. It is available for both XFree86 3.1 and XFree86 3.2 .  CXwin
  34.   gives your Chinese popup menu, Chinese window title for various window
  35.   managers and also can display Chinese characters in some applications.
  36.  
  37.   2.1.  Where to get it
  38.  
  39.   2.1.1.  CXwin 3.1
  40.  
  41.   The XFree86 3.1 version of Chinese X Windows can be found at the major
  42.   chinese software ftp site
  43.   ftp.ifcss.org:/pub/software/linux/X11R6/CXwin/elf or its mirror sites.
  44.   You only need to get one X server for yourself.  In my case, I need
  45.   XF86_SVGA.gz. But XF86_VGA16.gz should work for most of the graphics
  46.   cards.
  47.  
  48.   2.1.2.  CXwin 3.2
  49.  
  50.   As I know, the latest version for CXwin is XFree86 3.2 .  You can
  51.   fetch the linux ELF format of CXwin 3.2 at
  52.   linux.csie.nctu.edu.tw:/pub/linux/CXwin/elf
  53.  
  54.   2.1.3.  Patches
  55.  
  56.   If you have the source for XFree86, you can get patch at the same
  57.   place and compile the binary file by yourself.
  58.  
  59.   2.2.  How to install it
  60.  
  61.   Uncompress the gzipped file, in my case it is /tmp/XF86_SVGA.gz
  62.  
  63.        # gzip -d XF86_SVGA.gz
  64.  
  65.   Become superuser (root) and make a backup copy of your orignal X
  66.   server
  67.  
  68.        # cd /usr/X11R6/bin
  69.        # mv XF86_SVGA XF86_SVGA_BACKUP
  70.  
  71.   Move the CXwin to its place
  72.  
  73.        # mv /tmp/XF86_SVGA /usr/X11R6/bin
  74.        # chown root.bin XF86_SVGA
  75.        # chmod 4755 XF86_SVGA
  76.  
  77.   CXwin also needs four BIG5 fonts to work properly, namely taipei15,
  78.   taipei16, taipeik20 and  taipeik24. Please refer to ``Section ``''''
  79.   for how to intall Chinese fonts.
  80.  
  81.   CXwin 3.1 is buggy and unstable. It is recommended that you upgrade to
  82.   XFree86 3.2 and use CXwin 3.2. CXwin is in alpha state, you may use it
  83.   at your own risk. But I have been using it for over three months, it
  84.   works just great. At  <http://turb10.seas.ucla.edu/ hongz>, you will
  85.   find some nice screenshots of my desktop.
  86.  
  87.   3.  The CXterm and Hztty
  88.  
  89.   CXterm is a terminal simulator just like xterm but with the ability of
  90.   displaying and inputting chinese charactors. It supports GB, BIG5
  91.   coding. Along with hztty, you can also read HZ encoded text which is
  92.   commonly used in chinese newsgroup. You may read CXTERM.FAQ
  93.   (cs.purdue.edu:ftp/pub/ygz) for installation details.  Yongguang Zhang
  94.   is the author of this great software.
  95.  
  96.   3.1.  Getting the cxterm package and hztty
  97.  
  98.   cxterm5.0.p3.tar.gz is the latest version of cxterm (version 5.0).
  99.   This single package includes cxterm and chinese fonts. It is very easy
  100.   to install the cxterm. You can get cxterm and hztty from
  101.  
  102.   cxterm5.0.p3.tar.gz    ftp.ifcss.org:/pub/software/x-win/cxterm
  103.   hztty-2.0.tar.gz       ftp.ifcss.org:/pub/software/unix/convert
  104.  
  105.   3.2.  Installing cxterm
  106.  
  107.   Unpacking the cxterm package
  108.  
  109.        # tar -xvzf cxterm5.0.p3.tar.gz
  110.  
  111.   Which will creat a new directory cxterm-5.0
  112.  
  113.        # cd cxterm-5.0
  114.        # ./config.sh
  115.  
  116.   If you want to install cxterm for all the users on the system, you
  117.   need to become root before you run the command ``./config.sh''. Now
  118.   you can follow the instruction to compile and to install cxterm.
  119.  
  120.   -----------------------------------------------------------------------------
  121.       --- BASIC MENU ---
  122.     0. Read COPYRIGHT Notice
  123.     1. Compile, Install, and Configure "CXTERM 5.0" in One Step
  124.  
  125.       --- OPTION MENU ---
  126.     2. Compile cxterm (not to install)
  127.     3. Install cxterm (after successful compilation in 2)
  128.     4. Install additional Chinese font(s) for your X window
  129.     5. Configure your account for using cxterm (after installation in 3)
  130.  
  131.     x. Exit
  132.   -----------------------------------------------------------------------------
  133.   Please choose (0/1/2/3/4/5/x) :
  134.  
  135.   Choose option 1 if you want the installation script to do everything
  136.   for you. At the middle, you will be prompt to enter the installing
  137.   directory.  In my case, I installed cxterm in /usr/local/chinese.
  138.   There are also two fonts come with the cxterm package, choose option 1
  139.   and 3 will install the fonts automatically. You can also install extra
  140.   fonts using option 4. After installing cxterm, make sure the
  141.   executables cxterm and CXterm in your search path.  For C shell and
  142.   Tcsh
  143.  
  144.        # set path (/usr/local/chinese/bin $path)
  145.  
  146.   For sh and bash
  147.  
  148.        # setenv PATH=$PATH:/usr/local/chinese/bin ; export PATH
  149.  
  150.   CXterm is a shell script for loading X window resources and bringing
  151.   up the cxterm.  For using cxterm in GB mode, try this
  152.  
  153.   # CXterm -gb
  154.  
  155.   Or in BIG5 mode
  156.  
  157.        # CXterm -big5
  158.  
  159.   3.3.  Installing hztty
  160.  
  161.   Hztty translates Chinese between different encoding.  Unpacking
  162.   hztty-2.0.tar.gz
  163.  
  164.        # tar -xvzf hztty-2.0.tar.gz
  165.        # cd hztty-2.0
  166.        # make linux
  167.  
  168.   After compiling, move the executable hztty to your bin directory and
  169.   the man page to your man directory.
  170.  
  171.        # mv hztty /usr/local/bin
  172.        # chmod 555 /usr/local/bin/hztty
  173.        # cp hztty.1 /usr/local/man/man1
  174.        # chmod 444 /usr/local/man/man1/hztty.1
  175.  
  176.   Read the hztty man page for how to use hztty.
  177.  
  178.   3.4.  Color patch for cxterm
  179.  
  180.   There are also one patch file cxterm-5.0.p3-color.patch.gz locate in
  181.   the same directory as cxterm5.0.p3.tar.gz at
  182.   ftp.ifcss.org:/pub/software/x-win/cxterm. You can patch the cxterm
  183.   source to get ANSI color for cxterm. Here suppose you have the cxterm
  184.   source tree in /tmp/cxterm-5.0
  185.  
  186.        # cp cxterm-5.0.p3-color.patch.gz /tmp
  187.        # gzip -d cxterm-5.0.p3-color.patch.gz
  188.        # patch < cxterm-5.0.p3-color.patch
  189.        # cd cxterm-5.0
  190.        # ./config.sh
  191.  
  192.   The color-cxterm is kind of cool. But There is one annoying thing when
  193.   I try to input Chinese in color-cxterm: the input area at the low bot¡
  194.   tom of cxterm does not redraw properly, I have to press ``Ctrl-L'' to
  195.   redraw the whole screen. This maybe just a termcap problem. Hope some¡
  196.   one will give me a hint.
  197.  
  198.   3.5.  Trouble shooting
  199.  
  200.   Sometimes Cut  Paste may not working in cxterm shell prompt. Tcsh
  201.   strips the 8th bit. You need to type ``setenv LANG'' to correct this.
  202.   Also try ``stty pass8''.
  203.  
  204.   4.  Chinese Editors
  205.  
  206.   4.1.  Celvis and CVim -  clones of vi/ex
  207.  
  208.   C-Elvis is a clone of vi/ex, the standard UNIX editor. C-Elvis
  209.   supports editing of Chinese text, English text, and the mixture of
  210.   both. C-Elvis supports nearly all the vi/ex commands, in both visual
  211.   mode and ex (colon) mode, for both Chinese and English characters. You
  212.   can use C-Elvis for both GB2312-80 standard and Big5 encoding Chinese
  213.   text. You need to use it in a Chinese terminal such as cxterm to
  214.   input/output Chinese character.
  215.  
  216.   4.1.1.  Getting the celvis
  217.  
  218.   The ftp site for celvis is
  219.  
  220.   celvis-1.3.tar.gz               ifcss.org:/pub/software/unix/editor
  221.  
  222.   4.1.2.  Installing celvis
  223.  
  224.        # tar -xvzf celvis-1.3.tar.gz
  225.        # cd celvis
  226.  
  227.   You need to edit tmp.c, delete line 93-95
  228.  
  229.   ______________________________________________________________________
  230.   #if OS9
  231.                     if we don't have write permission...
  232.   #endif
  233.   ______________________________________________________________________
  234.  
  235.   Then you can compile it by
  236.  
  237.        # cp Makefile.s5 Makefile
  238.        # make install
  239.  
  240.   Because the Makefile is not for Linux, you may get a lot of warning
  241.   messages. But you can ignore all of them. The celvis will installed in
  242.   in /usr/local/bin.
  243.  
  244.   4.1.3.  Cvim
  245.  
  246.   CVim is a patch to add Chinese support for vim-4.2.  CVim includes
  247.   some vi's features which are not supported by celvis-1.3, such as line
  248.   number, line wrap, and large file editing.  you can get
  249.   vim-4.2-Chinese-patch and vim-4.2.tar.gz at
  250.   ftp.csie.nctu.edu.tw:/pub/Unix/Chinese/cvim
  251.  
  252.        # tar -xvzf vim-4.2.tar.gz
  253.        # cd vim-4.2/src
  254.        # patch < ../../vim-4.2-Chinese-patch
  255.  
  256.   The file ``vim-4.2/src/feature.h'' can be edited to match your prefer¡
  257.   ences. Compiling is simple, just do
  258.  
  259.        # make
  260.        # make install
  261.  
  262.   4.2.  Cjoe - Joe's Own Chinese Editor
  263.  
  264.   JOE is a professional freeware ASCII text screen editor for UNIX.  JOE
  265.   has the feel of most IBM PC text editors. Although I am not using it
  266.   myself, it is definitly a great editor.
  267.  
  268.   4.2.1.  Getting cjoe
  269.  
  270.   You can find cjoe-2.8.tgz at the same place as celvis-1.3.tar.gz
  271.  
  272.   cjoe-2.8.tgz            ifcss.org:/pub/software/unix/editor
  273.  
  274.   4.2.2.  Compiling and Installing cjoe
  275.  
  276.   Edit the Makefile file if you want to change the locations for
  277.   binaries, keymap initialization files and man page. Otherwise, just do
  278.   the following
  279.  
  280.        # make
  281.        # make install
  282.  
  283.   4.3.  Cemacs and CChelp For Emacs
  284.  
  285.   Cemacs is a method of using GNU Emacs to display and edit Chinese
  286.   files.  To use Cemacs, it is necessary to run Emacs on a Chinese
  287.   terminal or under a Chinese terminal emulator program such as cxterm.
  288.   CCHELP is a system to obtain instant helpful information on Chinese
  289.   characters. Once CCHELP is installed, you can click the mouse on any
  290.   Chinese character and a help messag will appear giving the character
  291.   itself, its PinYin pronunciation, and an indication of its English
  292.   meaning. Both GB- and Big5-coded Chinese are supported.
  293.  
  294.   4.3.1.  Getting Cemacs and CChelp
  295.  
  296.   Both cemacs and cchelp can be fetched at
  297.   ftp.math.psu.edu:/pub/simpson/chinese
  298.  
  299.   4.3.2.  Installing
  300.  
  301.   Follow the README files for cemacs and cchelp.
  302.  
  303.   4.4.  Mule and Xemacs 20.0
  304.  
  305.   4.4.1.  Getting Mule-2.3 and the Patch for Linux
  306.  
  307.   mule-2.3.tar.gz            ftp.ifcss.org:/pub/software/mule/editor
  308.                              sunsite.unc.edu:/pub/Linux/distribution/je/sources/mule
  309.   mule-2.3+lx.diff.gz        sunsite.unc.edu:/pub/Linux/distribution/je/sources/mule
  310.  
  311.   4.4.2.  Compile and Installing
  312.  
  313.   Unpack the package and apply the patch
  314.  
  315.        # tar -xvzf mule-2.3.tar.gz
  316.        # patch < mule-2.3+lx.diff
  317.        # cd mule-2.3/
  318.        # ./configure "i386-*-linux" --with-x11 --with-x-toolkit --with-gcc
  319.  
  320.   If you want to customize your mule, read the file ``INSTALL'' and try
  321.   ``./configure --help''. After the configuration, you need to modify
  322.   the file ``src/Makefile'' a little bit, change ``-lcurses'' to
  323.   ``-lncurses''. Now
  324.  
  325.        # make
  326.        # make install
  327.  
  328.   The default installation directory is /usr/local.
  329.  
  330.   4.4.3.  Use Chinese in Mule-2.3
  331.  
  332.   If you have fonts intalled, you can use mule for input/output Chinese.
  333.   Most of the Chinese fonts are 16 pts or 24 pts, so try
  334.  
  335.        # mule -fn 8x16 &
  336.  
  337.   Or
  338.  
  339.        # mule -fn 12x24 &
  340.  
  341.   In mule type M-x load-library RETURN chinese RETURN .  The command
  342.   ``Ctrl-]'' toggles input methods.
  343.  
  344.   4.4.4.  Xemacs 20.0
  345.  
  346.   Haven't try yet.
  347.  
  348.   5.  Installing Chinese fonts
  349.  
  350.   5.1.  Installing X window fonts
  351.  
  352.   5.1.1.  Where to get GB and BIG5 fonts
  353.  
  354.   Most likely you may already have some Chinese fonts sitting in your
  355.   system. You can find GB fonts by
  356.  
  357.        # xlsfonts | grep gb
  358.        -cclib-song-medium-r-normal--0-0-72-72-c-0-gb2312.1980-1
  359.        -cclib-song-medium-r-normal--16-160-72-72-c-160-gb2312.1980-1
  360.        -isas-fangsong ti-medium-r-normal--0-0-72-72-c-0-gb2312.1980-0
  361.        -isas-fangsong ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0
  362.        -isas-song ti-medium-r-normal--0-0-72-72-c-0-gb2312.1980-0
  363.        -isas-song ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0
  364.        -isas-song ti-medium-r-normal--24-240-72-72-c-240-gb2312.1980-0
  365.        hanzigb13fs
  366.        hanzigb13st
  367.        hanzigb16fs
  368.        hanzigb16st
  369.        hanzigb24st
  370.  
  371.   The last five fonts in this case are just the aliases of the first
  372.   five fonts. Or to find BIG5 fonts
  373.  
  374.        # xlsfonts | grep big5
  375.        -kc-kai-medium-r-normal-fantizi-0-0-75-75-c-0-big5.eten.3.10-1
  376.        -kc-kai-medium-r-normal-fantizi-20-200-75-75-c-200-big5.eten.3.10-1
  377.        -kc-kai-medium-r-normal-fantizi-24-240-75-75-c-240-big5.eten.3.10-1
  378.        -kc-ming-medium-r-normal-fantizi-0-0-75-75-c-0-big5.eten.3.10-1
  379.        -kc-ming-medium-r-normal-fantizi-15-150-75-75-c-160-big5.eten.3.10-1
  380.        -kc-ming-medium-r-normal-fantizi-24-240-75-75-c-240-big5.eten.3.10-1
  381.        -uw-ming-medium-r-normal-fantizi-0-0-75-75-c-0-big5.eten.3.10-1
  382.        -uw-ming-medium-r-normal-fantizi-16-160-75-75-c-160-big5.eten.3.10-1
  383.        -uw-ming-medium-r-normal-fantizi-20-200-75-75-c-200-big5.eten.3.10-1
  384.        -uw-songti-medium-r-normal-fantizi-0-0-75-75-c-0-big5.eten.3.10-1
  385.        -uw-songti-medium-r-normal-fantizi-20-200-75-75-c-200-big5.eten.3.10-1
  386.        -uw-songti-medium-r-normal-fantizi-24-240-75-75-c-240-big5.eten.3.10-1
  387.  
  388.   If you don't have any Chinese fonts installed or just want more fonts,
  389.   you may look into ftp.ifcss.org:/pub/software/fonts/ where gb/bdf/ is
  390.   for GB fonts, big5/bdf is for BIG5 fonts.
  391.  
  392.   5.1.2.  Installing X fonts
  393.  
  394.   Suppose you get BIG5 font eb5-24k2.bdf.gz and GB font gb24st.bdf.gz.
  395.   To build the fonts into .pcf format
  396.        # gzip -cd eb5-24k2.bdf.gz | bdftopcf -t > eb5-24k2.pcf
  397.        # gzip -cd gb24st.bdf.gz | bdftopcf -t > gb24st.pcf
  398.        # compress *.pcf
  399.  
  400.   Install the fonts into /usr/X11R6/lib/X11/fonts/misc
  401.  
  402.        # mv *.pcf.Z /usr/X11R6/lib/X11/fonts/misc/
  403.        # cd /usr/X11R6/lib/X11/fonts/misc
  404.        # mkfontdir .
  405.  
  406.   After installing the fonts, looking into the file fonts.dir, which now
  407.   contains two lines
  408.  
  409.        eb5-24k2.pcf.Z -kc-kai-medium-r-normal-fantizi-24-240-75-75-c-240-big5.eten.3.10-1
  410.        gb24st.pcf.Z -isas-song ti-medium-r-normal--24-240-72-72-c-240-gb2312.1980-0
  411.  
  412.   You may need to make aliases for these fonts, which will save you a
  413.   lot of typing when bringing up Chinese software, add two lines to the
  414.   file fonts.alias
  415.  
  416.        gb24st    "-isas-song ti-medium-r-normal--24-240-72-72-c-240-gb2312.1980-0"
  417.        taipeik24 "-kc-kai-medium-r-normal-fantizi-24-240-75-75-c-240-big5.eten.3.10-1"
  418.  
  419.   Now inform your X window system server by
  420.  
  421.        # xset fp rehash
  422.  
  423.   If everything goes well, you can use your new fonts now
  424.  
  425.        # cxterm -GB -fn 12x24 -fh gb24st &
  426.  
  427.   5.2.  HBF fonts
  428.  
  429.   HBF fonts contain header files and bitmap font files. You need to get
  430.   both header file and font files to install one HBF font. HBF fonts are
  431.   in ftp.ifcss.org:/pub/software/fonts .
  432.  
  433.   Suppose you want to use font ccfs24.hbf, a GB, FangSong, Jianti font,
  434.   you should get three files ccfs24.hbf, cclib.n24 and ccsys.24. The
  435.   file 00index.txt in the ifcss fonts directory gives you filenames of
  436.   each HBF font.
  437.  
  438.   6.  Printing Utilities
  439.  
  440.   6.1.  CNPRINT
  441.  
  442.   Cnprint is an utility to print Chinese text or convert Chinese text to
  443.   PostScript. It works just like a print command and support GB, HZ and
  444.   BIG5 formats.
  445.  
  446.   6.1.1.  Where is cnprint
  447.  
  448.   cnprint260.tar.gz can be found at
  449.   ftp.ifcss.org:/pub/software/unix/print
  450.  
  451.   6.1.2.  Install cnprint
  452.  
  453.   The package cnprint260.tar.gz contains only four files
  454.  
  455.        # ls
  456.        cnprint.1     cnprint.c     cnprint.cmd   cnprint.help
  457.  
  458.   You can compile it by
  459.  
  460.        # gcc cnprint.c -o cnprint
  461.        # mv cnprint /usr/local/bin
  462.        # mv cnprint.1 /usr/local/man/man1
  463.  
  464.   For cnprint to work properly, you need to specify the full path for
  465.   the fonts files (HBF fonts). In csh or tcsh
  466.  
  467.        # setenv HBFPATH "/usr/local/chinese/HBF/"
  468.  
  469.   In sh or Bash
  470.  
  471.        # set HBFPATH="/usr/local/chinese/HBF/"; export HBFPATH
  472.  
  473.   The file cnprint.cmd contains the default settings for cnprint. It
  474.   should be put in BFPATH
  475.  
  476.        # cp cnprint.cmd $HBFPATH
  477.  
  478.   If you convert Chinese text file to PostScript use the command
  479.   ``cnprint -w FILENAME''
  480.  
  481.   6.2.  GB2PS
  482.  
  483.   GB2PS is another printing utility support GB and HZ encoding. It comes
  484.   with a cover page for printing HXWZ.
  485.  
  486.   6.2.1.  Where to find GB2PS
  487.  
  488.   Package:
  489.   gb2ps.2.02.tar.gz       ftp.ifcss.org:/pub/software/unix/print
  490.  
  491.   fonts:
  492.   csong24.ccf     ckai24.ccf   ftp.ifcss.org:/pub/software/fonts/gb/misc
  493.   cfang24.ccf     chei24.ccf
  494.  
  495.   Put fonts in some place. Mine is in /usr/local/chinese/CFONT
  496.  
  497.   6.2.2.  Installing GB2PS
  498.  
  499.   Before you compile gb2ps, you need to change two settings in the
  500.   Makefile, the fonts directory and cover page location
  501.  
  502.        CFONT=/usr/local/chinese/CFONT/
  503.        COVERPAGE=/usr/local/chinese/lib/cover.ps
  504.  
  505.   Then just type
  506.  
  507.        # make
  508.        # cp gb2ps /usr/local/bin
  509.  
  510.   6.3.  DTop
  511.  
  512.   Don't know much about it
  513.  
  514.   7.  Displaying Chinese in Netscape
  515.  
  516.   There are many web pages on the Internet devoting to this topic.
  517.   Netscape (better use version 2.1 and up) supports both GB and BIG5.
  518.   Hare are three steps to view Chinese(BIG5) in Netscape
  519.  
  520.   1. Setup X fonts as in ``Section ``''''
  521.  
  522.   2. Bring up netscape and choose menu Options/Document
  523.      Encoding/Tranditional Chinese (Big5)
  524.  
  525.   3. In menu Options/General Preferences/fonts choose the font you want
  526.      to use.
  527.  
  528.      But you may wonder why you can only use Fixed(HKU) Size 16.0.  It
  529.      turns out you need to edit the /usr/X11R6/lib/X11/app-
  530.      defaults/Netscape to get more fonts.  Suppose you have the
  531.      following BIG5 fonts
  532.  
  533.   # xlsfonts | grep big5
  534.   -hku-fixed-medium-r-normal--0-0-72-72-c-0-big5.hku-0
  535.   -hku-fixed-medium-r-normal--16-160-72-72-c-160-big5.hku-0
  536.   -kc-kai-medium-r-normal-fantizi-0-0-75-75-c-0-big5.eten.3.10-1
  537.   -kc-kai-medium-r-normal-fantizi-20-200-75-75-c-200-big5.eten.3.10-1
  538.   -kc-kai-medium-r-normal-fantizi-24-240-75-75-c-240-big5.eten.3.10-1
  539.   -kc-ming-medium-r-normal-fantizi-0-0-75-75-c-0-big5.eten.3.10-1
  540.   -kc-ming-medium-r-normal-fantizi-15-150-75-75-c-160-big5.eten.3.10-1
  541.   -kc-ming-medium-r-normal-fantizi-24-240-75-75-c-240-big5.eten.3.10-1
  542.   -uw-ming-medium-r-normal-fantizi-0-0-75-75-c-0-big5.eten.3.10-1
  543.   -uw-ming-medium-r-normal-fantizi-16-160-75-75-c-160-big5.eten.3.10-1
  544.   -uw-ming-medium-r-normal-fantizi-20-200-75-75-c-200-big5.eten.3.10-1
  545.   -uw-songti-medium-r-normal-fantizi-0-0-75-75-c-0-big5.eten.3.10-1
  546.   -uw-songti-medium-r-normal-fantizi-20-200-75-75-c-200-big5.eten.3.10-1
  547.   -uw-songti-medium-r-normal-fantizi-24-240-75-75-c-240-big5.eten.3.10-1
  548.  
  549.   Add this line to your /usr/X11R6/lib/X11/app-defaults/Netscape
  550.  
  551.        *documentFonts.charset*big5.eten.3.10-1:              x-x-big5
  552.  
  553.   Now netscape can use all of them.
  554.  
  555.   8.  Chinese Tex
  556.  
  557.   Don't know much about these packages
  558.  
  559.   8.1.  CJK
  560.  
  561.   8.2.  Poor Man's Tex
  562.  
  563.   8.3.  ChTex
  564.  
  565.   9.  Using Chinese in Console -- Chdrv and WZCE
  566.  
  567.   Chdrv is a Chinese Terminal Simulator.It can display Chinese without
  568.   X-Windows. It bases on VGALIB, and a VGA or super VGA monitor is
  569.   required. It supports BIG5 coding only, but you can view GB files by
  570.   using hztty
  571.  
  572.   9.1.  Getting chdrv
  573.  
  574.   chdrvbin-1.0.7.tar.gz      sunsite.unc.edu:/pub/Linux/util/nls
  575.                              ftp.ifcss.org:/pub/software/linux/tty
  576.   chdrvfont.tar.gz (HBF)     ftp.ifcss.org:/pub/software/linux/tty
  577.  
  578.   9.2.  Installing chdrv
  579.  
  580.   Unpack the binary distribution package
  581.  
  582.        # tar -xvzf chdrvbin-1.0.7.tar.gz
  583.        # mv chdrvfont.tar.gz chdrv-1.0.7/
  584.        # cd chdrv-1.0.7
  585.  
  586.   Read the install instruction file INSTALL.1.0. Edit the script file
  587.   installbin. If you are using shadow password for your system, you also
  588.   need to edit the file chinese.conf, uncomment the line
  589.  
  590.   LOGINPROGRAM /bin/telnet
  591.  
  592.   and comment out the line
  593.  
  594.   LOGINPROGRAM /bin/login
  595.  
  596.   Now you are ready to go
  597.  
  598.        # ./installbin
  599.  
  600.   9.3.  GB Chinese Console - WZCE
  601.  
  602.   Wei Zhong Chinese Environment is a software package support Chinese
  603.   information processing on PC UNIX's VGA console virtual screens.
  604.  
  605.   9.3.1.  Where is it
  606.  
  607.   wzce_linux_elf_2.21n.tgz    ftp.ifcss.org:/pub/software/linux/tty
  608.  
  609.   9.3.2.  Installing
  610.  
  611.   Read wzce_linux.readme
  612.  
  613.   10.  Chinese WordProcessor -- ChinesePower
  614.  
  615.   A very user friendly WYSIWYG East Asia Word Processor on X window.
  616.   Support GB, Big5, JIS and KS encoding mixed input, PS print, and
  617.   display. It can generate gif file of the document with 7 colors. Cool
  618.   for for generating Chinese Web Page. ChinesePower uses HBF or TTF
  619.   fonts.
  620.  
  621.   10.1.  Where to get chpower
  622.  
  623.   chpower-2.0.tar.gz       ftp.ifcss.org:/pub/software/x-win/editor/
  624.  
  625.   10.2.  Installing chpower
  626.  
  627.   Chpower requires HBF fonts and also need Motif library to compile.
  628.   First modify Makefile, then
  629.  
  630.        # make
  631.  
  632.   will build the binaries for you. Also set some environment variables
  633.  
  634.   # setenv HBFPATH /usr/local/chinese/HBF/
  635.   # setenv TTFPATH /usr/local/chinese/TTF/
  636.   # setenv HZINPUTDIR /usr/local/chinese/dict/
  637.   # setenv CHPOWERPATH path_of_chinesepower
  638.  
  639.   11.  Wabi 2.2 and Chinese window system
  640.  
  641.   I have been using SoftPC on NextStep. I have Chinese Star intalled in
  642.   SoftPC. It works great. But I have no extra bucks for Wabi 2.2, please
  643.   let me know if you are using Chinese software in Wabi 2.2 for Linux.
  644.  
  645.   12.  Other Cool Stuffs
  646.  
  647.   12.1.  Crxvt
  648.  
  649.   The xcin.tar.gz package includes a Chinese rxvt. It supports ANSI
  650.   color and consumes less memory then cxterm. Xcin itself is an input
  651.   server (Eten Input ?). But I use crxvt only
  652.  
  653.   12.1.1.  Getting Crxvt
  654.  
  655.   xcin-2.1a.tgz       ftp.ifcss.org:/pub/software/x-win/xcin
  656.  
  657.   12.1.2.  Compiling and Installing
  658.  
  659.   Here is the procedure to compile crxvt only (xcin may need ETEN
  660.   system).
  661.  
  662.        # tar -xvzf xcin-2.1a.tgz
  663.        # cd big5-pack/xcin
  664.        # xmkmf
  665.        # gcc -I/usr/X11R6/include -O2 -m486 -pipe -DDELETE_K=0 -DAuto_First=1 \
  666.        > -c cli_xcin.c -o cli_xcin.o
  667.        # cd ../crxvt
  668.        # xmkmf
  669.        # make
  670.        # cp crxvt /usr/local/bin
  671.  
  672.   12.2.  Ktty
  673.  
  674.   Ktty is another Hztty like utility for reading Chinese in kterm or
  675.   pxvt.  You can get ktty1.3.tar.gz from
  676.   ftp.ifcss.org:/pub/software/unix/convert. This package does not
  677.   compile on Linux. You need to use the file ``tty.c'' from the
  678.   hztty-2.0.tar.gz package and also add two lines to the Makefile
  679.  
  680.   ______________________________________________________________________
  681.   linux:
  682.         ${MAKE} ${MFLAGS} DEFINES='-DPOSIX -DSYSV -DUSE_SYSV_UTMP' ${PROG}
  683.   ______________________________________________________________________
  684.  
  685.   Now compile it by
  686.  
  687.        # make linux
  688.  
  689.   12.3.  TinTin++
  690.  
  691.   TinTin++ is not a Chinese software. It is very useful when you are
  692.   playing Chinese Mud. TinTin++ can be found at
  693.   ftp.princeton.edu:/pub/tintin++.  Here are three Chinese Mud sites
  694.  
  695.   FengYun                  fengyun.com   5555
  696.   Xi You Ji                129.105.79.24 6905
  697.   Xia ke Xing              207.76.64.2   5555
  698.  
  699.   13.  Need more help ?
  700.  
  701.   ╖  rtfm.mit.edu:/pub/usenet/news.answers/chinese-text/big5-faq
  702.  
  703.   ╖  CXterm.FAQ
  704.  
  705.   14.  Appendix - Chinese Software Catalogue of FTP.IFCSS.ORG
  706.  
  707.   Waring: The precompiled the packages for Linux are out of date, and
  708.   may not working !
  709.  
  710.   ****
  711.   UNIX
  712.   ****
  713.  
  714.   ========
  715.   UNIX:BBS
  716.   ========
  717.  
  718.   software: Phoenix BBS
  719.   version : 4.0, 1995.08.31
  720.   function: o UNIX platform multiuser BBS system,
  721.             o discussion boards, private email
  722.             o multichannel chat, one-to-one chat
  723.             o Internet Email, News gateway,
  724.             o 0Announce : Gopher-like information query interface.
  725.             o fine tuned to allow more than 256 users on-line
  726.             o configurable menu, screen display
  727.             o Chinese message
  728.   URL     : ftp://ftp.ifcss.org/pub/software/unix/bbs/PhoenixBBS-4.0.tar.gz
  729.   author  : Ji-Tzay Yang, Ming-Feng Chen, Tzung-Yu Wen
  730.  
  731.   ============
  732.   UNIX:C-UTILS
  733.   ============
  734.  
  735.   software: addpy
  736.   version : 1.0
  737.   function: To annotate Pinyin to rare Hanzi and a portion of
  738.             randomly selected common Hanzi.  Both GB (simplified) and
  739.             Big5 (traditional) versions.  Based on statistics derived
  740.             from huge Chinese corpus and well prepared hazni-freq-pinyin
  741.             tables.  Source code and raw data provided.
  742.   URL     : ftp://ifcss.org/pub/software/unix/c-utils/addpy.tar.gz
  743.   filename: README.addpy, b5addpy.l, gbaddpy.l, b5addpy.dat,
  744.             gbaddpy.dat, makefile
  745.   author  : Guo Jin
  746.  
  747.   software: rm4mat
  748.   version : n/a
  749.   function: remove formating codes for printing in some GB files
  750.   URL     : ftp://ftp.ifcss.org/pub/software/unix/c-utils/rm4mat.c
  751.   author  : Chenghong Wang
  752.  
  753.   software: mail_hxwz
  754.   version : 1.1
  755.   function: It extracts HXWZ from your mail (Suppose you are subscribing
  756.             it).  It is a Bourne shell program which works on most Unix
  757.             systems.  It can rerun itself every Friday automatically.
  758.   URL     : ftp://ftp.ifcss.org/pub/software/unix/c-utils/mail_hxwz
  759.   author  : Yaoen Zhang
  760.  
  761.   software: auto_get_hxwz
  762.   Version : 1.2
  763.   Function: It gets the current issue of HXWZ in GB or postscipt format.
  764.             It also process and print these files, and do the clean up.
  765.             It save your time and server machine time.
  766.   URL     : ftp://ftp.ifcss.org/pub/software/unix/c-utils/auto_get_hxwz
  767.   author  : Yaoen Zhang
  768.  
  769.   software: Chinese less
  770.   version : 290, 1995.5.25
  771.   function: Browse BIG5 and GB text files
  772.   URL     : ftp://ftp.ifcss.org/pub/software/unix/c-utils/cless-290.tar.gz
  773.   author  : Paul W. Shew
  774.   comment : requires a chinese terminal, like cxterm.
  775.  
  776.   software: cscreen
  777.   version : 3.2b
  778.   function: This is a modified screen to minic ETen in cxterm.
  779.             After you run cscreen in cxterm, it will intercept
  780.             every key movement and examine if the current
  781.             screen postion has a Chinese char. If it has,
  782.             auto-key movements will be made accordingly.
  783.   URL     : ftp://ftp.ifcss.org/pub/software/unix/c-utils/cscreen-3.2b.tar.gz
  784.   author  : Shih-Kun Huang
  785.  
  786.   software: ytalk
  787.   version : 3.0.2c6
  788.   function: ytalk-3.02c provides better compatibility for DEC's
  789.             workstations, two-byte refresh for terminal like cxterm, and
  790.             capable of passing character code 254, internally used as erase
  791.             function in ytalk-3.0; Compatible with ytalk-3.0, cytalk-3.0,
  792.             cytalk-3.0.2, ytalk-3.02c0/1/2/3/4/5, that is, you can still use
  793.             Delete, or Backspace key.  If both ends use ytalk-3.02c4, the code
  794.             254 is transparent, you can use more Chinese words to talk to
  795.             others.
  796.   URL     : ftp://ftp.ifcss.org/pub/software/unix/c-utils/ytalk-3.0.2c6.tar.gz
  797.   author  : Sze-Yao Ni
  798.  
  799.   software: lunar
  800.   version : 2.1
  801.   function: conversion program between Solar and Chinese lunar calendars;
  802.             calculation of birthday in "4-column" astrology as well
  803.   URL     : ftp://ftp.ifcss.org/pub/software/unix/c-utils/lunar-2.1.tar.gz
  804.   author  : Ricky Yeung and Fung Fung Lee
  805.   comment : can output GB code, bitmap, or just ASCII
  806.  
  807.   software: DateStar - Chinese Calendar Producer
  808.   version : 1.1
  809.   function: Displays Chinese and western calendar in
  810.             ASCII code, BIG-5 code (Hongkong, Taiwan),
  811.                 GuoBiao code (PRC Standard), and HZ code (Network)
  812.             Prints on two most popular laser printers
  813.                 PostScript laser printers, and
  814.                 HP LaserJet (PCL) printers
  815.             Generates four different format
  816.                 Yearly calendar, Monthly calendar,
  817.                 One-page Weekly calendar, and Two-page Weekly calendar
  818.             Shows calendar with 24 Solar Terms (JieQi),
  819.                 the Heavenly Stems and Earthly Branches
  820.                 (TianGan DiZhi Eight Characters)
  821.             Supports user defined annotations
  822.             Applicable from year 1841 through to 2060
  823.   URL     : ftp://ftp.ifcss.org/pub/software/unix/c-utils/datestar-1.1.tar.gz
  824.   author  : Youzhen Cheng
  825.   comment : UNIX version works on SUN Workstation with SUN OS 4.1.x
  826.             see /software/dos/c-utils for DOS version
  827.  
  828.   software: pull
  829.   version : 2.9, 1996.4.7
  830.   function: 1. Extracts the original file(s) from uuencoded/compressed/split
  831.                file(s).
  832.                a) uudecode a file and display the name of its decoded file
  833.                b) decompress .zz (= .gz/.Z/.zip) file
  834.                c) uudecode + decompress
  835.                d) uudecode + cat (concatenate) + gunzip
  836.             2. Packs file. Reverse the above `extracting' process.
  837.                compresses, (splits), then encodes file(s)
  838.   URL     : ftp://ftp.ifcss.org/pub/software/unix/utils/pull.c.gz
  839.   author  : Yao Li
  840.  
  841.   software: utf-utils
  842.   version : 15 Oct 1993.
  843.   function: some utility programs for manipulating Unicode/ISO-10646 text
  844.             in the FSS-UTF encoding.
  845.   URL     : ftp://ftp.ifcss.org/pub/software/unix/c-utils/utf-utils.tar.gz
  846.   author  : Ross Paterson
  847.  
  848.   software: gbfmt
  849.   version : 1.0
  850.   function: GB formatting with variable line width, GB<->HZ
  851.   URL     : ftp://ftp.ifcss.org/pub/software/unix/c-utils/gbformat.tar.gz
  852.   author  : Dongxiao Yue (http://www.cs.umn.edu/~dyue/wiihist/gbfmt.html)
  853.  
  854.   ===========
  855.   UNIX:EDITOR
  856.   ===========
  857.  
  858.   software: celvis
  859.   version : 1.3
  860.   function: vi editor with Chinese handling capabilities.
  861.             Most run on some Chinese terminal, e.g. cxterm, or IBM-PC with
  862.             some kind of Chinese DOS.  Work exactly like Unix vi editor,
  863.             except that it side-scrolls long lines instead of wrapping.
  864.   URL     : ftp://ftp.ifcss.org/pub/software/unix/editor/celvis.tar.gz
  865.             ftp://ftp.cs.purdue.edu/pub/ygz
  866.   author  : Man-Chi Pong, Yongguang Zhang
  867.   comment : comments, bug-reports, modifications to: c-elvis@cs.purdue.edu
  868.  
  869.   software: Chinese JOE (Joe's Own Editor)
  870.   version : 2.8c
  871.   function: Chinese BIG5 localized text screen editor.  The key sequences are
  872.             remeniscent of WordStar and TURBO-PASCAL. Makes full use of
  873.             termcap/terminfo, is designed to work well over slow networks and
  874.             low baud rate modems, and has the best features of vi. Most
  875.             useful for editing unformatted text, such as USENET news articles
  876.             and for editing block-structured languages such as C and PASCAL.
  877.   URL     : ftp://ftp.ifcss.org/pub/software/unix/editor/joe2.8_c.tar.gz
  878.   author  : <u8222034@cc.nctu.edu.tw>
  879.  
  880.   ============
  881.   UNIX:CONVERT
  882.   ============
  883.  
  884.   software: cn2jp
  885.   version : 1.3.2, 1996.4.11
  886.   function: code conversion routines for Chinese and Japanese
  887.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/cn2jp1.3.2.tar.gz
  888.   author  : Seke Wei
  889.  
  890.   software: ktty
  891.   version : 1.3, 1996.4.11
  892.   function: This is a kanji terminal translator among Chinese and Japanese.
  893.             It allows online translation of codes so that you can view a
  894.             specific code real time using your Chinese or Japanese terminal.
  895.             It runs on Unix and is derived from the 'hztty' package
  896.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/ktty1.3.tar.gz
  897.   author  : Seke Wei
  898.  
  899.   software: code1
  900.   version : 1.3, 1996.4.11
  901.   function: This is a multilingual file browser for Chinese and Japanese.
  902.             It runs on Unix and allows browsing of files in various codes
  903.             using a Chinese or Japanese terminal.
  904.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/code1.3.tar.gz
  905.   author  : Seke Wei
  906.  
  907.   software: HUG program
  908.   version : 1.0, 1995.5.20
  909.   function: Converting between HZ, Uudecode/uuencode, GB codes
  910.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/shug.osf.zip
  911.             ftp://ftp.ifcss.org/pub/software/unix/convert/shug.sun4.zip
  912.   author  : Yinrong Huang
  913.  
  914.   software: hztty
  915.   version : 2.0 Jan 29, 1994
  916.   Function: This program turns a tty session from one encoding to another.
  917.             For example, running hztty on cxterm can allow you to read/write
  918.             Chinese in HZ format, which was not supported by cxterm.
  919.             If you have many applications in different encodings but your
  920.             favor terminal program only supports one, hztty can make life easy.
  921.             For example, hztty can your GB cxterm into a HZ terminal, a
  922.             Unicode (16bit, or UTF8, or UTF7) terminal, or a Big5 terminal.
  923.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/hztty-2.0.tar.gz
  924.   author  : Yongguang Zhang
  925.  
  926.   software: EHZ
  927.   version : 2.0
  928.   function: Conversion among GB/BIG5/CNS and EHZ-BIG5/GB/CNS.
  929.             Patch to hztty to support EHZ-BIG5/GB/CNS.
  930.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/EHZ-2.0.tar.gz
  931.   author  : Ricky Yeung
  932.   comment : Also contains the EHZ spec and Fung Fung Lee's EHZ-BIG5-CNS spec.
  933.  
  934.   software: b5cns
  935.   version : prototype
  936.   function: functions to convert Big5 <-> CNS
  937.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/b5cns.tar.gz
  938.   author  : Ross Paterson
  939.  
  940.   software: c2t
  941.   version : n/a
  942.   function: converts GB or BIG5 coded chinese to _pinyin_
  943.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/c2t.tar.gz
  944.   authors : Tommi Kaikkonen and Katya Ta
  945.  
  946.   software: BeTTY/CCF/B5Encode package
  947.   version : 1.534, 1995.03.22
  948.   function: a chinese code conversion package for codes widely used
  949.             in Taiwan and the GB code widely used in Mainland, plus
  950.             a 7-bit Big5 encoding method (B5Encode3/B5E3, an extension
  951.             to HZ encoding for GB),
  952.             including off-line converters (CCF/Chinese Code Filters and
  953.             B5E/B5Encode) and an on-line converter (BeTTY) which simulates
  954.             your native chinese terminal to become aware of the coding
  955.             systems widely used in Taiwan and GB, HZ encoding.
  956.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/BeTTY-1.534.tar.gz
  957.             ftp://hermes.ee.nthu.edu.tw/shin/betty/BeTTY-1.534.tar.gz
  958.   author  : Jing-Shin Chang
  959.  
  960.   software: BeTTY-ws_2fl.p1
  961.   version : 1.0 (patch to BeTTY-1.534) Oct. 1995.
  962.   function: 1. makes BeTTY respect the window(tty) size.
  963.             2. a second Chinese code converting filter can be added on.
  964.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/BeTTY-ws2fl.p1.tar.gz
  965.   author  : Wei Dong
  966.  
  967.   software: c2gif
  968.   version : 0.01, 1995.10.21
  969.   function: convert a BIG5 text file to a GIF file
  970.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/c2gif001.tar.gz
  971.             http://www.math.ncu.edu.tw/~luors/c2gif/
  972.   author  : Luoh Ren-Shan
  973.   software: gb2jis
  974.   version : 1.5, 1995.11.19
  975.   function: convert GB (or HZ) to JIS with two-letter pinyin
  976.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/gb2jis.tar.gz
  977.             ftp://ftp.ifcss.org/pub/software/fonts/gb/bdf/guobiao16.bdf.gz
  978.   author  : Koichi Yasuoka
  979.  
  980.   software: jis2gb
  981.   version : 1.5, 1996.1.10
  982.   function: convert JIS to GB (or HZ)
  983.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/jis2gb.tar.gz
  984.             ftp://ftp.ifcss.org/pub/software/fonts/gb/bdf/guobiao16.bdf.gz
  985.   author  : Koichi Yasuoka
  986.  
  987.   software: HZ
  988.   version : 2.0
  989.   function: convert among GB, HZ and zW
  990.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/HZ-2.0.tar.gz
  991.   author  : Fung F. Lee
  992.  
  993.   software: HZ+ specification and conversion utilities
  994.   version : 0.77
  995.   function: HZ+ is a convenient 7-bit representation of mixed Big5, GB,
  996.             and ASCII text for use in Internet e-mail, news, etc.
  997.             Source code for Big5 <-> HZ+ and GB <-> HZ+ conversion
  998.             utilities is here.  DOS executables can be found in
  999.             another archive, /software/dos/convert/hzp.zip.  New in
  1000.             this Unix version is a simple HZ+ terminal program for cxterm
  1001.             which allows the user to transparently read HZ+ mail and news.
  1002.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/hzp.tar.gz
  1003.   author  : Stephen G. Simpson
  1004.  
  1005.   software: hc
  1006.   version : 3.0
  1007.   function: convert between GB and BIG5
  1008.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/hc-30.tar.gz
  1009.   author  : Fung F. Lee and Ricky Yeung
  1010.  
  1011.   software: Support Table for Hanzi Convert (hc)
  1012.   version : 1994/05/01
  1013.   function: Convert table supports the program Hanzi Convert
  1014.             (Author  : Fung F. Lee and Ricky Yeung) GB<->Big5.
  1015.             Include Russian, number, Japanese, graphing symbols and
  1016.             "incorrect" codes. Text file, comments in it.
  1017.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/sym-supp.tab
  1018.             ftp://ftp.ifcss.org/pub/software/unix/convert/in-corr.tab
  1019.   author  : Chi-Ming Tsai
  1020.  
  1021.   software: pbmbig5
  1022.   version : 0.01, 1995.11.2
  1023.   function: convert big5 coded Chinese text file to pbm graphic file
  1024.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/pbmbig5-0.01.tar.gz
  1025.             ftp://ftp.ifcss.org/pub/software/fonts/big/hbf/kck24.hbf
  1026.             ftp://ftp.ifcss.org/pub/software/fonts/big/hbf/kcchin24.f02
  1027.   author  : Wei-Jou Chen
  1028.  
  1029.   software: UTF utilities
  1030.   version : 31 May 1994.
  1031.   function: various utilities for the UTF encoding of Unicode/ISO-10646,
  1032.             including conversion from ISO-2022 and (partially) back again.
  1033.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/utf.tar.gz
  1034.   author  : Ross Paterson
  1035.  
  1036.   software: utf7
  1037.   version : prototype, use at your own risk
  1038.   function: functions to convert between UTF-7 and other codes
  1039.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/utf7.tar.gz
  1040.   author  : Ross Paterson
  1041.  
  1042.   software: ISO-2022-CN encoder and decoder
  1043.   version : beta 960408
  1044.   function: Convert between CN-GB and CN-CNS codes
  1045.   URL     : ftp://ftp.ifcss.org/pub/software/unix/convert/iso-cn.tgz
  1046.   author  : handa@etl.go.jp
  1047.   comment : BIG5 code is not yet supported.
  1048.  
  1049.   ===============
  1050.   UNIX:NETWORKING
  1051.   ===============
  1052.  
  1053.   software: gopher2.014c
  1054.   version : 2.0.14
  1055.   function: A Chinese localized gopher client capable of 8-bit BIG5 Chinese
  1056.             string search on IBM AIX, SUN OS, and any other machines.
  1057.             Compatable with any BIG5 Chinese system such as ET and
  1058.             cxterm. executable binary for ibm and sun included.
  1059.   URL     : ftp://ftp.ifcss.org/pub/software/unix/networking/gopher2.014c.tar.gz
  1060.             ftp://ftp.ifcss.org/pub/software/unix/networking/gopher.ibm.tar.gz
  1061.             ftp://ftp.ifcss.org/pub/software/unix/networking/gopher.sun.tar.gz
  1062.   author  : Hoo-Tung Cheuk (NCTU CIS, Taiwan)
  1063.  
  1064.   software: Chinese Tin
  1065.   version : 1.2PL2a
  1066.   function: tin 1.2PL2 newsreader with English/Big5 message toggle.
  1067.   URL     : ftp://ftp.ifcss.org/pub/software/unix/networking/ctin122a.tar.gz
  1068.   author  : Shih-Kun Huang
  1069.  
  1070.   software: NcFTP with chinese message compatible
  1071.   version : 2.3.0c, 1996.1.17
  1072.   function: Chinese (BIG5) patch to NcFTP.
  1073.             Now it can display any chinese message from ftp server instead
  1074.             of "\xxx".  ANSI color compatible in Line Mode.
  1075.   URL     : ftp://ftp.ifcss.org/pub/software/unix/networking/ncftp-2.3.0.chinese.tgz
  1076.   author  : NCEMRSoft (orig), Aiken Sam (chinese patch)
  1077.  
  1078.   ==========
  1079.   UNIX:PRINT
  1080.   ==========
  1081.  
  1082.   software: C2PS
  1083.   version : 1.30 Aug 1 1995
  1084.   function: Translate Big5 coded Chinese document into Level 2 PostScript.
  1085.             This is the version for Sparcstation. Using Chinese TrueType fonts,
  1086.             you can create the most beautiful document with C2PS.
  1087.             This is a DEMO version. You can freely copied and use it.
  1088.   URL     : ftp://ftp.ifcss.org/pub/software/unix/print/c2ps130sos.tar.gz
  1089.             ftp://ftp.ifcss.org/pub/software/fonts/big5/ms-win/
  1090.   author  : Hsueh-I Lu
  1091.  
  1092.   software: cnprint
  1093.   version : 2.60  JAN-25-95
  1094.   function: print GB/Hz/BIG5/JIS/KSC/UTF8 etc or convert to PostScript
  1095.             (conforms to EPSF-3.0). Fast.  Multicolumn. Vertical printing.
  1096.             Small disk space requirement. "Intelligent" treatment of
  1097.             punctuations.  Flexible change of fonts, char size,
  1098.             width/height, char and line spaces, paper orientation and
  1099.             margins, etc.  Support of European chars.  Special modes for
  1100.             printing HXWZ.  See readme for more
  1101.   URL     : ftp://ftp.ifcss.org/pub/software/unix/print/cnprint260.tar.gz
  1102.             ftp://ftp.ifcss.org/pub/software/fonts/{gb,big5,misc,unicode}/hbf/
  1103.   author  : Yidao Cai
  1104.   comment : v2.60 is also for VMS, use v2.61 for DOS
  1105.   software: GBscript
  1106.   version : 1.11
  1107.   function: Convert GB/ASCII mixed text to PostScript output.
  1108.             High print speed (4ppm on LaserWriter NTX).
  1109.             Support Adobe-2.1.
  1110.             Small PS file size (400K for one HXWZ issue).
  1111.   URL     : ftp://ftp.ifcss.org/pub/software/unix/print/gbscript-1.11.tar.gz
  1112.   author  : Yan Zhou
  1113.  
  1114.   software: gb2ps
  1115.   version : 2.02
  1116.   function: convert GB/HZ to postscript, supports simple page formatting
  1117.             (change chinese fonts and font size, cover page, page
  1118.             number, etc). Five chinese fonts are provided in this
  1119.             release, they are Song, Kai, Fang Song, Hei and FanTi
  1120.             The HZ ENCODING is also supported.
  1121.   URL     : ftp://ftp.ifcss.org/pub/software/unix/print/gb2ps.2.02.tar.gz
  1122.             ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/fan24.ccf.gz
  1123.             ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/fang24.ccf.gz
  1124.             ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/hei24.ccf.gz
  1125.             ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/kai24.ccf.gz
  1126.             ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/song24.ccf.gz
  1127.   author  : Wei SUN
  1128.  
  1129.   software: news2ps
  1130.   version : n/a
  1131.   function: news2ps converts BIG5 to Postscript
  1132.   URL     : ftp://ftp.ifcss.org/pub/software/unix/print/news2ps.c
  1133.             ftp://ftp.ifcss.org/pub/software/fonts/big5/misc/chinese.16.new
  1134.   author  : The Society of HKU Postgraduate on Chinese Affairs
  1135.   comment : rename chinese.16.new to chinese.16
  1136.  
  1137.   software: hz2ps
  1138.   version : 3.1
  1139.   function: Convert hanzi (GB/BIG5) text to PostScript.
  1140.             Use HBF font files.
  1141.   URL     : ftp://ftp.ifcss.org/pub/software/unix/print/hz2ps-3.1.tar.gz
  1142.             ftp://ftp.ifcss.org/pub/software/fonts/{gb,big5}/hbf/
  1143.   author  : Fung F. Lee
  1144.  
  1145.   ===========
  1146.   UNIX:VIEWER
  1147.   ===========
  1148.  
  1149.   software: ChiRK
  1150.   version : 1.2a
  1151.   function: GB/HZ/BIG5 text viewer on terminals (or emulations) capable
  1152.             of displaying Tektronics 401x graphics, such as GraphOn,DEC
  1153.             VT240/330, Xterm, Tektool on Sun, EM4105 on PC,
  1154.             VersaTerm-Pro on Mac, etc.
  1155.             displays up to 17x40 Chinese characters per screen. works directly
  1156.             under UNIX mail and news programs. Comes with four fonts.
  1157.   URL     : ftp://ftp.ifcss.org/pub/software/unix/viewer/ChiRK-1.2a.tar.gz
  1158.             ftp://ftp.ifcss.org/pub/software/fonts/gb/hbf/cclib.v
  1159.             ftp://ftp.ifcss.org/pub/software/fonts/gb/hbf/cclib.16
  1160.             ftp://ftp.ifcss.org/pub/software/fonts/gb/hbf/cclibf.16.gz
  1161.             ftp://ftp.ifcss.org/pub/software/fonts/big5/misc/chinese.16.new.gz
  1162.   author  : Bo Yang
  1163.   comment : rename chinese.16.new to chinese.16
  1164.  
  1165.   software: Cbanner
  1166.   version : 1.10, 950821
  1167.   function: To show Chinese word's banner
  1168.   URL     : ftp://ftp.ifcss.org/pub/software/unix/banner/cbanner1.10.tar.gz
  1169.   author  : Sheen Cherng-Dar, rewritten by Jonen Liu
  1170.   comment : requires ETen Big5 Chinese System's fonts.
  1171.   software: gb2text
  1172.   version : n/a
  1173.   function: convert GB to text
  1174.   URL     : ftp://ftp.ifcss.org/pub/software/unix/viewer/gb2text.c
  1175.   author  : Ding Yijun
  1176.  
  1177.   software: hzbanner
  1178.   version : 1.1, Feb 15, 1995
  1179.   function: Display Song style GuoBiao in large ASCII characters,
  1180.             supports GB2312-80 (^[$A), GB2312-80 + GB8565-88 (^[$(E),
  1181.             Chinese-EUC (8-bit Guobiao) CNS Plane 1 & 2, BIG5 and HZ-encoding
  1182.             ( τ╖π)
  1183.   URL     : ftp://ftp.ifcss.org/pub/software/unix/viewer/hzbanner11.tar.gz
  1184.             ftp://ftp.ifcss.org/pub/software/fonts/gb/bdf/guobiao16.bdf.gz
  1185.             ftp://ftp.ifcss.org/pub/software/fonts/cns/bdf/cns1hku16.bdf.gz
  1186.             ftp://ftp.ifcss.org/pub/software/fonts/cns/bdf/cns2hku16.bdf.gz
  1187.   author  : Koichi Yasuoka
  1188.  
  1189.   software: hzview
  1190.   version : 3.1
  1191.   function: Display hanzi (GB/BIG5) text on dumb terminal.
  1192.             Use HBF font files.
  1193.   URL     : ftp://ftp.ifcss.org/pub/software/unix/viewer/hzview-3.1.tar.gz
  1194.             ftp://ftp.ifcss.org/pub/software/fonts/{gb,big5}/hbf/
  1195.   author  : Fung F. Lee
  1196.  
  1197.   Software: cnview
  1198.   Version : 3.1 (UNIX version. DOS version available under /software/dos/viewer)
  1199.   Function: View GB/Hz/Big5 encoded Chinese text file on * HP-UNIX (X-window) *
  1200.   URL     : ftp://ftp.ifcss.org/pub/software/unix/viewer/cnview.tar.gz
  1201.             ftp://ftp.ifcss.org/pub/software/fonts/{big5,gb}/hbf/
  1202.   Author  : Jifang Lin (µσ║Φ│)
  1203.  
  1204.   software: readgb
  1205.   version : n/a
  1206.   function: convert GB to text
  1207.   URL     : ftp://ftp.ifcss.org/pub/software/unix/viewer/readgb.c
  1208.   author  : Yuzhao Lu
  1209.   comment : modified from readnews.c
  1210.  
  1211.   software: readnews
  1212.   version : n/a
  1213.   function: readnews converts BIG5 to ascii dot-matrix picture
  1214.   URL     : ftp://ftp.ifcss.org/pub/software/unix/viewer/readnews.c
  1215.             ftp://ftp.ifcss.org/pub/software/fonts/big5/misc/chinese.16.new.gz
  1216.   author  : The Society of HKU Postgraduate on Chinese Affairs
  1217.   comment : rename chinese.16.new to chinese.16
  1218.  
  1219.   ==========
  1220.   UNIX:INPUT
  1221.   ==========
  1222.  
  1223.   software: CCTeach
  1224.   version : 1.0
  1225.   function: Chinese Character input method Teacher.
  1226.             Help new user to learn CC input and some utility programs
  1227.                 of "cxterm NewFace" for associate dictionary tool,
  1228.                 hotkey tool, WuBi phrase encoder, and converter with
  1229.                 ".tit" <==> ".titnf".
  1230.             Based on GB and Big5 (ETen and HongKong).
  1231.             Support all input method by external dictionary file.
  1232.             Need cxterm in unix, CC DOS or ZW DOS in PC.
  1233.   URL     : ftp://ftp.ifcss.org/pub/software/unix/input/CCTeach1.0.tar.gz
  1234.   author  : Xiaokun Zhu
  1235.  
  1236.   =========
  1237.   UNIX:MISC
  1238.   =========
  1239.  
  1240.   software: ICCS 1.3
  1241.   version : 1.3, June 26, 1994
  1242.   function: Internet Chinese Chess Server
  1243.   URL     : ifcss.org:/software/unix/misc/iccs-1.3.tar.gz
  1244.   author  : Xi Chen
  1245.   comment : file off-lined due to legal status July 3, 1996. Please contact
  1246.             the author Xi Chen at xichen@abel.math.harvard.edu for further info.
  1247.  
  1248.   ========
  1249.   UNIX:WWW
  1250.   ========
  1251.  
  1252.   software: cdelegate
  1253.   version : 1.4a, 1996.5.1
  1254.   function: This is a Chinese patch on DeleGate, a gateway for the WWW services.
  1255.             provides code translation between Chinese/Japanese for WWW browsers
  1256.   URL     : ftp://ftp.ifcss.org/pub/software/unix/www/cdelegate1.4.tar.gz
  1257.   author  : Seke Wei
  1258.  
  1259.   software: Chinese Lynx
  1260.   version : 2.5FMc, 1996.7.19
  1261.   function: Chinese BIG5/GB patch to lynx, a WWW client for vt100 terminals.
  1262.             Volunteers needed to continue on the patch.
  1263.   URL     : ftp://ftp.ifcss.org/pub/software/unix/www/clynx25.zip
  1264.   author  : Nelson Chin
  1265.  
  1266.   software: Internet MahJong Server (server + client applet)
  1267.   version : 0.2beta
  1268.   function: provides a server and a graphic client for playing MahJong on
  1269.             the Internet.
  1270.   URL     : ftp://ftp.ifcss.org/pub/software/unix/www/MJ_dist.tar.gz
  1271.   author  : Zuwei Thomas Feng
  1272.   *****
  1273.   LINUX
  1274.   *****
  1275.  
  1276.   software: D Series (Chinese Tools, ELF binary)
  1277.   version : 1.00,  March 25, 1995
  1278.   function: Binary distribution of various useful Chinese tools:
  1279.             Viewers -- cxterm, crxvt; Input server -- xcin; GB,Big5,HZ,B5E3
  1280.             code converters -- ccf, hc, hz2gb, gb2hz, zw2hz, b5decode,
  1281.             b5encode; Print tool -- lunar, ttf2ps; Pseudo tty -- hztty,
  1282.             betty; Various handy scripts, man pages, dictionaries, HBF fonts,
  1283.             xfonts included; chdrv, celvis, elm, sendmail
  1284.   URL     : ftp://ftp.ifcss.org/pub/software/linux/CLinux/CTool/d1
  1285.             ftp://ftp.ifcss.org/pub/software/linux/CLinux/CTool/d2
  1286.             ftp://ftp.ifcss.org/pub/software/linux/CLinux/CTool/d3
  1287.             ftp://ftp.ifcss.org/pub/software/linux/CLinux/CTool/d4
  1288.   author  : Eric Lin
  1289.   comment : requires XFree86 3.1+, ELF libraries
  1290.  
  1291.   software: C Series (Chinese packages for Slackware)
  1292.   version : N/A
  1293.   function: The Chinese packages collected by Wei-Jou Chen can be installed by
  1294.             Slackware's setup tools. Basic idea are that we have right to install
  1295.             and remove Chinese softwares easily and beginners can play them
  1296.             without much trouble.
  1297.   URL     : ftp://ftp.ifcss.org/pub/software/linux/CLinux/c1/
  1298.             ftp://ftp.ifcss.org/pub/software/linux/CLinux/c2/
  1299.             ftp://ftp.ifcss.org/pub/software/linux/CLinux/c3/
  1300.             ftp://ftp.ifcss.org/pub/software/linux/CLinux/c4/
  1301.             ftp://ftp.ifcss.org/pub/software/linux/CLinux/c5/
  1302.   compiler: CHEN, Wei-Jou
  1303.   software: MU Series (Mule packages for Slackware)
  1304.   version : N/A
  1305.   function: The Multilingual Emacs 2.0 packages for XFree86 2.X and 3.1
  1306.             collected by Shawn Hsiao can be installed by Slackware's setup
  1307.             tools
  1308.   URL     : ftp://ftp.ifcss.org/pub/software/linux/CLinux/mu1/
  1309.             ftp://ftp.ifcss.org/pub/software/linux/CLinux/mu2/
  1310.             ftp://ftp.ifcss.org/pub/software/linux/CLinux/mu3/
  1311.             ftp://ftp.ifcss.org/pub/software/linux/CLinux/mu4/
  1312.             ftp://ftp.ifcss.org/pub/software/linux/CLinux/mu5/
  1313.             ftp://ftp.ifcss.org/pub/software/linux/CLinux/mu6/
  1314.   compiler: Shawn Hsiao
  1315.  
  1316.   =============
  1317.   LINUX:C-UTILS
  1318.   =============
  1319.  
  1320.   software: GNU fileutils-3.9
  1321.   version : 3.9, 1 August 1994
  1322.   function: Chinese version of the GNU file utility programs for Linux.
  1323.   URL     : ftp://ftp.ifcss.org/pub/software/linux/c-utils/fileutils-3.9-bin-chinese.tar.gz
  1324.   author  : Patrick D'Cruze
  1325.  
  1326.   software: C2PS
  1327.   version : 1.30 Aug 1 1995
  1328.   function: Translate Big5 coded Chinese document into Level 2 PostScript.
  1329.             This is the version for Linux. Using Chinese TrueType fonts, you
  1330.             can create the most beautiful Chinese documents with C2PS.
  1331.             This is a DEMO version. You can freely copied and use it.
  1332.   URL     : ftp://ftp.ifcss.org/pub/software/linux/chinese_utils/c2ps130lnx.tar.gz
  1333.             ftp://ftp.ifcss.org/pub/software/fonts/big5/ms-win/
  1334.   author  : Hsueh-I Lu
  1335.  
  1336.   ============
  1337.   LINUX:EDITOR
  1338.   ============
  1339.  
  1340.   software: πµ╝óµ╕πfor Linux (promotion version)
  1341.   version : v2.163
  1342.   function: PE2-like text editor, special designed for Chinese
  1343.   URL     : ftp://ftp.ifcss.org/pub/software/
  1344.   agent   : LU, Heman (σµ╡╖Θ)
  1345.  
  1346.   =========
  1347.   LINUX:TTY
  1348.   =========
  1349.  
  1350.   software: chdrv
  1351.   version : 1.0.7, 1995.12.20
  1352.   function: Chinese Terminal Simulator. Does not require X-Windows.
  1353.   URL     : ftp://ftp.ifcss.org/pub/software/linux/tty/chdrv-1.0.7.tar.gz
  1354.             ftp://ftp.ifcss.org/pub/software/linux/tty/chdrvbin-1.0.7.tar.gz
  1355.             ftp://ftp.ifcss.org/pub/software/linux/tty/chdrvfont.tar.gz
  1356.   author  : WANG, Yu-Chung
  1357.  
  1358.   ===========
  1359.   LINUX:X11R6
  1360.   ===========
  1361.  
  1362.   software: Behavior DTop (for Linux) [σ¡µ╕Σ╕¡Φ▒µµττ│╗τ╡▒]
  1363.   version : 1.4, Beta
  1364.   function: A full-featured Chinese DeskTop Publishing Software Package
  1365.             characterized by object-oriented design for manipulating
  1366.             various document objects, including text, tables, graphics,
  1367.             equations, images, in an integrated way. Two outline fonts
  1368.             are provided in the Beta Version. PostScript output.
  1369.             Good as an English DeskTop Publishing Software Package too.
  1370.             (See the README's & formated DTop manual files for a long and
  1371.             complete list of functions and characteristics).
  1372.   URL     : ftp://ftp.ifcss.org/pub/software/linux/X11R6/dtop1.4/
  1373.   author  : DTop Development Group
  1374.  
  1375.